SetStillCaptureModeCommand

MAVLink command which allows to set the still capture mode.

Parameters

photoMode

still capture photo mode

frame

the reference frame of the coordinates.

Constructors

Link copied to clipboard
constructor(photoMode: SetStillCaptureModeCommand.PhotoMode, frame: MavlinkCommand.Frame = Frame.COMMAND)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Still capture photo mode.

Properties

Link copied to clipboard
Link copied to clipboard

The coordinate frame; set to global coordinate frame or relative altitude over ground.

Link copied to clipboard

the raw parameters of the command

Link copied to clipboard

Still capture photo mode.

Link copied to clipboard

The MAVLink command type

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun write(writer: Writer, index: Int, frame: MavlinkCommand.Frame)

Writes the MAVLink command to the given writer.